Package com.cisco.pt.ipc.sim
Interface Pop3Server
- All Known Implementing Classes:
Pop3ServerImpl
Information provided by the PKI file:
\class Pop3Server
\brief Pop3Server handles and manipulates POP3 servers.
\example network().getDevice("Server0").getProcess("Pop3Server")
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setEnable
void setEnable(boolean bEnable) Information provided by the PKI file:
\brief Enables or disables the POP3 service. \param bEnable, true to enable the POP3 service, false to disable it.- Parameters:
bEnable- Takes in a parameter of bEnable
-
isEnabled
boolean isEnabled()Information provided by the PKI file:
\brief Returns true if the POP3 service is enabled, otherwise false. \return bool, true if the POP3 service is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-